internal/runtime/maps.bitset.removeFirst (method)

27 uses

	internal/runtime/maps (current package)
		group.go#L63: func (b bitset) removeFirst() bitset {
		map.go#L555: 		match = match.removeFirst()
		map.go#L720: 		match = match.removeFirst()
		runtime_fast32_swiss.go#L73: 			match = match.removeFirst()
		runtime_fast32_swiss.go#L142: 			match = match.removeFirst()
		runtime_fast32_swiss.go#L170: 		match = match.removeFirst()
		runtime_fast32_swiss.go#L265: 				match = match.removeFirst()
		runtime_fast32_swiss.go#L398: 				match = match.removeFirst()
		runtime_fast64_swiss.go#L73: 			match = match.removeFirst()
		runtime_fast64_swiss.go#L142: 			match = match.removeFirst()
		runtime_fast64_swiss.go#L170: 		match = match.removeFirst()
		runtime_fast64_swiss.go#L265: 				match = match.removeFirst()
		runtime_fast64_swiss.go#L340: 		match = match.removeFirst()
		runtime_fast64_swiss.go#L437: 				match = match.removeFirst()
		runtime_faststr_swiss.go#L149: 			match = match.removeFirst()
		runtime_faststr_swiss.go#L208: 			match = match.removeFirst()
		runtime_faststr_swiss.go#L238: 		match = match.removeFirst()
		runtime_faststr_swiss.go#L336: 				match = match.removeFirst()
		runtime_swiss.go#L104: 			match = match.removeFirst()
		runtime_swiss.go#L178: 			match = match.removeFirst()
		runtime_swiss.go#L278: 				match = match.removeFirst()
		table.go#L214: 			match = match.removeFirst()
		table.go#L247: 			match = match.removeFirst()
		table.go#L299: 			match = match.removeFirst()
		table.go#L474: 			match = match.removeFirst()
		table.go#L956: 					groupMatch = groupMatch.removeFirst()
		table.go#L981: 			groupMatch = groupMatch.removeFirst()